3.2598 \(\int \frac {(2+3 x)^4 (3+5 x)^{5/2}}{(1-2 x)^{5/2}} \, dx\)

Optimal. Leaf size=186 \[ \frac {(5 x+3)^{5/2} (3 x+2)^4}{3 (1-2 x)^{3/2}}-\frac {439 (5 x+3)^{5/2} (3 x+2)^3}{66 \sqrt {1-2 x}}-\frac {4819}{440} \sqrt {1-2 x} (5 x+3)^{5/2} (3 x+2)^2-\frac {4270537963 \sqrt {1-2 x} (5 x+3)^{3/2}}{3379200}-\frac {\sqrt {1-2 x} (5 x+3)^{5/2} (18161940 x+36714139)}{140800}-\frac {4270537963 \sqrt {1-2 x} \sqrt {5 x+3}}{409600}+\frac {46975917593 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )}{409600 \sqrt {10}} \]

[Out]

1/3*(2+3*x)^4*(3+5*x)^(5/2)/(1-2*x)^(3/2)+46975917593/4096000*arcsin(1/11*22^(1/2)*(3+5*x)^(1/2))*10^(1/2)-439
/66*(2+3*x)^3*(3+5*x)^(5/2)/(1-2*x)^(1/2)-4270537963/3379200*(3+5*x)^(3/2)*(1-2*x)^(1/2)-4819/440*(2+3*x)^2*(3
+5*x)^(5/2)*(1-2*x)^(1/2)-1/140800*(3+5*x)^(5/2)*(36714139+18161940*x)*(1-2*x)^(1/2)-4270537963/409600*(1-2*x)
^(1/2)*(3+5*x)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 186, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.269, Rules used = {97, 150, 153, 147, 50, 54, 216} \[ \frac {(5 x+3)^{5/2} (3 x+2)^4}{3 (1-2 x)^{3/2}}-\frac {439 (5 x+3)^{5/2} (3 x+2)^3}{66 \sqrt {1-2 x}}-\frac {4819}{440} \sqrt {1-2 x} (5 x+3)^{5/2} (3 x+2)^2-\frac {4270537963 \sqrt {1-2 x} (5 x+3)^{3/2}}{3379200}-\frac {\sqrt {1-2 x} (5 x+3)^{5/2} (18161940 x+36714139)}{140800}-\frac {4270537963 \sqrt {1-2 x} \sqrt {5 x+3}}{409600}+\frac {46975917593 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )}{409600 \sqrt {10}} \]

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)^4*(3 + 5*x)^(5/2))/(1 - 2*x)^(5/2),x]

[Out]

(-4270537963*Sqrt[1 - 2*x]*Sqrt[3 + 5*x])/409600 - (4270537963*Sqrt[1 - 2*x]*(3 + 5*x)^(3/2))/3379200 - (4819*
Sqrt[1 - 2*x]*(2 + 3*x)^2*(3 + 5*x)^(5/2))/440 - (439*(2 + 3*x)^3*(3 + 5*x)^(5/2))/(66*Sqrt[1 - 2*x]) + ((2 +
3*x)^4*(3 + 5*x)^(5/2))/(3*(1 - 2*x)^(3/2)) - (Sqrt[1 - 2*x]*(3 + 5*x)^(5/2)*(36714139 + 18161940*x))/140800 +
 (46975917593*ArcSin[Sqrt[2/11]*Sqrt[3 + 5*x]])/(409600*Sqrt[10])

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 54

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[2/Sqrt[b], Subst[Int[1/Sqrt[b*c -
 a*d + d*x^2], x], x, Sqrt[a + b*x]], x] /; FreeQ[{a, b, c, d}, x] && GtQ[b*c - a*d, 0] && GtQ[b, 0]

Rule 97

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[((a + b
*x)^(m + 1)*(c + d*x)^n*(e + f*x)^p)/(b*(m + 1)), x] - Dist[1/(b*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^(n
- 1)*(e + f*x)^(p - 1)*Simp[d*e*n + c*f*p + d*f*(n + p)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f}, x] && LtQ[m
, -1] && GtQ[n, 0] && GtQ[p, 0] && (IntegersQ[2*m, 2*n, 2*p] || IntegersQ[m, n + p] || IntegersQ[p, m + n])

Rule 147

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_) + (f_.)*(x_))*((g_.) + (h_.)*(x_)), x_Symbol]
:> -Simp[((a*d*f*h*(n + 2) + b*c*f*h*(m + 2) - b*d*(f*g + e*h)*(m + n + 3) - b*d*f*h*(m + n + 2)*x)*(a + b*x)^
(m + 1)*(c + d*x)^(n + 1))/(b^2*d^2*(m + n + 2)*(m + n + 3)), x] + Dist[(a^2*d^2*f*h*(n + 1)*(n + 2) + a*b*d*(
n + 1)*(2*c*f*h*(m + 1) - d*(f*g + e*h)*(m + n + 3)) + b^2*(c^2*f*h*(m + 1)*(m + 2) - c*d*(f*g + e*h)*(m + 1)*
(m + n + 3) + d^2*e*g*(m + n + 2)*(m + n + 3)))/(b^2*d^2*(m + n + 2)*(m + n + 3)), Int[(a + b*x)^m*(c + d*x)^n
, x], x] /; FreeQ[{a, b, c, d, e, f, g, h, m, n}, x] && NeQ[m + n + 2, 0] && NeQ[m + n + 3, 0]

Rule 150

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)), x_Symb
ol] :> Simp[((b*g - a*h)*(a + b*x)^(m + 1)*(c + d*x)^n*(e + f*x)^(p + 1))/(b*(b*e - a*f)*(m + 1)), x] - Dist[1
/(b*(b*e - a*f)*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^(n - 1)*(e + f*x)^p*Simp[b*c*(f*g - e*h)*(m + 1) + (
b*g - a*h)*(d*e*n + c*f*(p + 1)) + d*(b*(f*g - e*h)*(m + 1) + f*(b*g - a*h)*(n + p + 1))*x, x], x], x] /; Free
Q[{a, b, c, d, e, f, g, h, p}, x] && LtQ[m, -1] && GtQ[n, 0] && IntegersQ[2*m, 2*n, 2*p]

Rule 153

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)), x_Symb
ol] :> Simp[(h*(a + b*x)^m*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(d*f*(m + n + p + 2)), x] + Dist[1/(d*f*(m + n
 + p + 2)), Int[(a + b*x)^(m - 1)*(c + d*x)^n*(e + f*x)^p*Simp[a*d*f*g*(m + n + p + 2) - h*(b*c*e*m + a*(d*e*(
n + 1) + c*f*(p + 1))) + (b*d*f*g*(m + n + p + 2) + h*(a*d*f*m - b*(d*e*(m + n + 1) + c*f*(m + p + 1))))*x, x]
, x], x] /; FreeQ[{a, b, c, d, e, f, g, h, n, p}, x] && GtQ[m, 0] && NeQ[m + n + p + 2, 0] && IntegerQ[m]

Rule 216

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[(Rt[-b, 2]*x)/Sqrt[a]]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rubi steps

\begin {align*} \int \frac {(2+3 x)^4 (3+5 x)^{5/2}}{(1-2 x)^{5/2}} \, dx &=\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {1}{3} \int \frac {(2+3 x)^3 (3+5 x)^{3/2} \left (61+\frac {195 x}{2}\right )}{(1-2 x)^{3/2}} \, dx\\ &=-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {1}{33} \int \frac {\left (-11389-\frac {72285 x}{4}\right ) (2+3 x)^2 (3+5 x)^{3/2}}{\sqrt {1-2 x}} \, dx\\ &=-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}+\frac {\int \frac {(2+3 x) (3+5 x)^{3/2} \left (\frac {7230145}{4}+\frac {22702425 x}{8}\right )}{\sqrt {1-2 x}} \, dx}{1650}\\ &=-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {\sqrt {1-2 x} (3+5 x)^{5/2} (36714139+18161940 x)}{140800}+\frac {4270537963 \int \frac {(3+5 x)^{3/2}}{\sqrt {1-2 x}} \, dx}{844800}\\ &=-\frac {4270537963 \sqrt {1-2 x} (3+5 x)^{3/2}}{3379200}-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {\sqrt {1-2 x} (3+5 x)^{5/2} (36714139+18161940 x)}{140800}+\frac {4270537963 \int \frac {\sqrt {3+5 x}}{\sqrt {1-2 x}} \, dx}{204800}\\ &=-\frac {4270537963 \sqrt {1-2 x} \sqrt {3+5 x}}{409600}-\frac {4270537963 \sqrt {1-2 x} (3+5 x)^{3/2}}{3379200}-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {\sqrt {1-2 x} (3+5 x)^{5/2} (36714139+18161940 x)}{140800}+\frac {46975917593 \int \frac {1}{\sqrt {1-2 x} \sqrt {3+5 x}} \, dx}{819200}\\ &=-\frac {4270537963 \sqrt {1-2 x} \sqrt {3+5 x}}{409600}-\frac {4270537963 \sqrt {1-2 x} (3+5 x)^{3/2}}{3379200}-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {\sqrt {1-2 x} (3+5 x)^{5/2} (36714139+18161940 x)}{140800}+\frac {46975917593 \operatorname {Subst}\left (\int \frac {1}{\sqrt {11-2 x^2}} \, dx,x,\sqrt {3+5 x}\right )}{409600 \sqrt {5}}\\ &=-\frac {4270537963 \sqrt {1-2 x} \sqrt {3+5 x}}{409600}-\frac {4270537963 \sqrt {1-2 x} (3+5 x)^{3/2}}{3379200}-\frac {4819}{440} \sqrt {1-2 x} (2+3 x)^2 (3+5 x)^{5/2}-\frac {439 (2+3 x)^3 (3+5 x)^{5/2}}{66 \sqrt {1-2 x}}+\frac {(2+3 x)^4 (3+5 x)^{5/2}}{3 (1-2 x)^{3/2}}-\frac {\sqrt {1-2 x} (3+5 x)^{5/2} (36714139+18161940 x)}{140800}+\frac {46975917593 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {3+5 x}\right )}{409600 \sqrt {10}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.09, size = 105, normalized size = 0.56 \[ \frac {10 \sqrt {2 x-1} \sqrt {5 x+3} \left (248832000 x^6+1423526400 x^5+4002203520 x^4+8217694800 x^3+18987469764 x^2-58600061024 x+21368105901\right )+140927752779 \sqrt {10} (1-2 x)^2 \sinh ^{-1}\left (\sqrt {\frac {5}{11}} \sqrt {2 x-1}\right )}{12288000 \sqrt {1-2 x} (2 x-1)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)^4*(3 + 5*x)^(5/2))/(1 - 2*x)^(5/2),x]

[Out]

(10*Sqrt[-1 + 2*x]*Sqrt[3 + 5*x]*(21368105901 - 58600061024*x + 18987469764*x^2 + 8217694800*x^3 + 4002203520*
x^4 + 1423526400*x^5 + 248832000*x^6) + 140927752779*Sqrt[10]*(1 - 2*x)^2*ArcSinh[Sqrt[5/11]*Sqrt[-1 + 2*x]])/
(12288000*Sqrt[1 - 2*x]*(-1 + 2*x)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 1.06, size = 111, normalized size = 0.60 \[ -\frac {140927752779 \, \sqrt {10} {\left (4 \, x^{2} - 4 \, x + 1\right )} \arctan \left (\frac {\sqrt {10} {\left (20 \, x + 1\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{20 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) + 20 \, {\left (248832000 \, x^{6} + 1423526400 \, x^{5} + 4002203520 \, x^{4} + 8217694800 \, x^{3} + 18987469764 \, x^{2} - 58600061024 \, x + 21368105901\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{24576000 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)^(5/2)/(1-2*x)^(5/2),x, algorithm="fricas")

[Out]

-1/24576000*(140927752779*sqrt(10)*(4*x^2 - 4*x + 1)*arctan(1/20*sqrt(10)*(20*x + 1)*sqrt(5*x + 3)*sqrt(-2*x +
 1)/(10*x^2 + x - 3)) + 20*(248832000*x^6 + 1423526400*x^5 + 4002203520*x^4 + 8217694800*x^3 + 18987469764*x^2
 - 58600061024*x + 21368105901)*sqrt(5*x + 3)*sqrt(-2*x + 1))/(4*x^2 - 4*x + 1)

________________________________________________________________________________________

giac [A]  time = 1.19, size = 123, normalized size = 0.66 \[ \frac {46975917593}{4096000} \, \sqrt {10} \arcsin \left (\frac {1}{11} \, \sqrt {22} \sqrt {5 \, x + 3}\right ) - \frac {{\left (4 \, {\left (3 \, {\left (12 \, {\left (72 \, {\left (4 \, {\left (48 \, \sqrt {5} {\left (5 \, x + 3\right )} + 509 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} + 20743 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} + 18487133 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} + 4270537963 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} - 469759175930 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} + 7751026402845 \, \sqrt {5}\right )} \sqrt {5 \, x + 3} \sqrt {-10 \, x + 5}}{768000000 \, {\left (2 \, x - 1\right )}^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)^(5/2)/(1-2*x)^(5/2),x, algorithm="giac")

[Out]

46975917593/4096000*sqrt(10)*arcsin(1/11*sqrt(22)*sqrt(5*x + 3)) - 1/768000000*(4*(3*(12*(72*(4*(48*sqrt(5)*(5
*x + 3) + 509*sqrt(5))*(5*x + 3) + 20743*sqrt(5))*(5*x + 3) + 18487133*sqrt(5))*(5*x + 3) + 4270537963*sqrt(5)
)*(5*x + 3) - 469759175930*sqrt(5))*(5*x + 3) + 7751026402845*sqrt(5))*sqrt(5*x + 3)*sqrt(-10*x + 5)/(2*x - 1)
^2

________________________________________________________________________________________

maple [A]  time = 0.02, size = 188, normalized size = 1.01 \[ \frac {\left (-4976640000 \sqrt {-10 x^{2}-x +3}\, x^{6}-28470528000 \sqrt {-10 x^{2}-x +3}\, x^{5}-80044070400 \sqrt {-10 x^{2}-x +3}\, x^{4}-164353896000 \sqrt {-10 x^{2}-x +3}\, x^{3}+563711011116 \sqrt {10}\, x^{2} \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )-379749395280 \sqrt {-10 x^{2}-x +3}\, x^{2}-563711011116 \sqrt {10}\, x \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )+1172001220480 \sqrt {-10 x^{2}-x +3}\, x +140927752779 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )-427362118020 \sqrt {-10 x^{2}-x +3}\right ) \sqrt {-2 x +1}\, \sqrt {5 x +3}}{24576000 \left (2 x -1\right )^{2} \sqrt {-10 x^{2}-x +3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)^4*(5*x+3)^(5/2)/(-2*x+1)^(5/2),x)

[Out]

1/24576000*(-4976640000*(-10*x^2-x+3)^(1/2)*x^6-28470528000*(-10*x^2-x+3)^(1/2)*x^5-80044070400*(-10*x^2-x+3)^
(1/2)*x^4+563711011116*10^(1/2)*x^2*arcsin(20/11*x+1/11)-164353896000*(-10*x^2-x+3)^(1/2)*x^3-563711011116*10^
(1/2)*x*arcsin(20/11*x+1/11)-379749395280*(-10*x^2-x+3)^(1/2)*x^2+140927752779*10^(1/2)*arcsin(20/11*x+1/11)+1
172001220480*(-10*x^2-x+3)^(1/2)*x-427362118020*(-10*x^2-x+3)^(1/2))*(-2*x+1)^(1/2)*(5*x+3)^(1/2)/(2*x-1)^2/(-
10*x^2-x+3)^(1/2)

________________________________________________________________________________________

maxima [C]  time = 1.44, size = 354, normalized size = 1.90 \[ -\frac {81}{160} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}} + \frac {891}{256} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}} x + \frac {11872553}{2048} \, \sqrt {5} \sqrt {2} \arcsin \left (\frac {20}{11} \, x + \frac {1}{11}\right ) + \frac {514294407}{8192000} i \, \sqrt {5} \sqrt {2} \arcsin \left (\frac {20}{11} \, x - \frac {21}{11}\right ) + \frac {139491}{5120} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}} - \frac {2401 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}}}{32 \, {\left (16 \, x^{4} - 32 \, x^{3} + 24 \, x^{2} - 8 \, x + 1\right )}} - \frac {1029 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}}}{16 \, {\left (8 \, x^{3} - 12 \, x^{2} + 6 \, x - 1\right )}} - \frac {441 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}}}{16 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} - \frac {189 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}}}{32 \, {\left (2 \, x - 1\right )}} - \frac {4250367}{20480} \, \sqrt {10 \, x^{2} - 21 \, x + 8} x + \frac {89257707}{409600} \, \sqrt {10 \, x^{2} - 21 \, x + 8} - \frac {800415}{512} \, \sqrt {-10 \, x^{2} - x + 3} - \frac {132055 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}}}{384 \, {\left (8 \, x^{3} - 12 \, x^{2} + 6 \, x - 1\right )}} + \frac {56595 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}}}{64 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} + \frac {24255 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}}}{128 \, {\left (2 \, x - 1\right )}} + \frac {1452605 \, \sqrt {-10 \, x^{2} - x + 3}}{768 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} + \frac {15827735 \, \sqrt {-10 \, x^{2} - x + 3}}{768 \, {\left (2 \, x - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)^(5/2)/(1-2*x)^(5/2),x, algorithm="maxima")

[Out]

-81/160*(-10*x^2 - x + 3)^(5/2) + 891/256*(-10*x^2 - x + 3)^(3/2)*x + 11872553/2048*sqrt(5)*sqrt(2)*arcsin(20/
11*x + 1/11) + 514294407/8192000*I*sqrt(5)*sqrt(2)*arcsin(20/11*x - 21/11) + 139491/5120*(-10*x^2 - x + 3)^(3/
2) - 2401/32*(-10*x^2 - x + 3)^(5/2)/(16*x^4 - 32*x^3 + 24*x^2 - 8*x + 1) - 1029/16*(-10*x^2 - x + 3)^(5/2)/(8
*x^3 - 12*x^2 + 6*x - 1) - 441/16*(-10*x^2 - x + 3)^(5/2)/(4*x^2 - 4*x + 1) - 189/32*(-10*x^2 - x + 3)^(5/2)/(
2*x - 1) - 4250367/20480*sqrt(10*x^2 - 21*x + 8)*x + 89257707/409600*sqrt(10*x^2 - 21*x + 8) - 800415/512*sqrt
(-10*x^2 - x + 3) - 132055/384*(-10*x^2 - x + 3)^(3/2)/(8*x^3 - 12*x^2 + 6*x - 1) + 56595/64*(-10*x^2 - x + 3)
^(3/2)/(4*x^2 - 4*x + 1) + 24255/128*(-10*x^2 - x + 3)^(3/2)/(2*x - 1) + 1452605/768*sqrt(-10*x^2 - x + 3)/(4*
x^2 - 4*x + 1) + 15827735/768*sqrt(-10*x^2 - x + 3)/(2*x - 1)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (3\,x+2\right )}^4\,{\left (5\,x+3\right )}^{5/2}}{{\left (1-2\,x\right )}^{5/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((3*x + 2)^4*(5*x + 3)^(5/2))/(1 - 2*x)^(5/2),x)

[Out]

int(((3*x + 2)^4*(5*x + 3)^(5/2))/(1 - 2*x)^(5/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**4*(3+5*x)**(5/2)/(1-2*x)**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________